Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7176c7

Browse files
committedOct 15, 2014
More highlighting fixes
1 parent d6bdcfa commit b7176c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎activitystreams2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ <h2>Verbs and Object Types</h2>
954954

955955
<figure><figcaption>For instance, the following describes the "<code>urn:example:verbs:upload</code>"
956956
verb identifier:</figcaption>
957-
<pre><code>{
957+
<pre class="example highlight json"><code>{
958958
"@type": "http://activitystrea.ms/2.0/Verb",
959959
"@id": "urn:example:verbs:upload",
960960
"displayName": "Upload",
@@ -968,7 +968,7 @@ <h2>Verbs and Object Types</h2>
968968

969969
<figure><figcaption>For instance, the following describes the "<code>urn:example:types:note</code>"
970970
object type:</figcaption>
971-
<pre><code>{
971+
<pre class="example highlight json"><code>{
972972
"@type": "http://activitystrea.ms/2.0/ObjectType",
973973
"@id": "urn:example:types/note",
974974
"displayName": "Note"

0 commit comments

Comments
 (0)
Please sign in to comment.